home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / mgr / mgr.zoo / mgrdif2.zoo / makefile.16 < prev    next >
Makefile  |  1991-03-21  |  546b  |  23 lines

  1. # makefile for mgr c-interface library (16 bit)
  2. MINTHOME=/net/acae127/home/bammi/atari/mint/mintlib
  3. CROSSDIR = /net/acae127/home/bammi/atari/cross-gcc
  4. CROSSBIN = $(CROSSDIR)/bin
  5. CROSSLIB = $(CROSSDIR)/lib
  6. LIB = $(CROSSLIB)
  7. CC=$(CROSSBIN)/cgcc
  8. AR=$(CROSSBIN)/car
  9. HOSTCC = cc
  10. HOSTCCFLAGS = -O  -I. -Iatari -I../lib
  11. CFLAGS= -mshort -mint -O -nostdinc  -I$(MINTHOME)/include -I. \
  12. -fomit-frame-pointer -fcombine-regs
  13.  
  14. # library targets
  15. MGRLIB= mgr16.olb
  16. MGRLIB020=mgr16020.olb
  17.  
  18. # the stuff to make
  19. ALL= $(MGRLIB)
  20. ALL020 = $(MGRLIB020)
  21.  
  22. include mincl
  23.